/*   

Theme Name: Asphalte News Theme
Theme URI: http://www.asphalte.ch/
Description: The Asphalte News theme
Version: 2.0
Author: J-A Dayer
Based on HTML 5 Reset
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

body 
{
font-size: .75em;
margin: 0px;
background: #E5E5E5;
color: #E5E5E5;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}


#wrap
{
position:absolute;
top:5px;
left:5px;
width: 1300px;
margin: auto;	
padding-bottom: 5px;
}

	
	#colOne
	{
	position: absolute;
	top: 5px;
    left: 5px;
	width: 800px;
	}
	
			.post h2
			{
			position: relative;
			font-size: 2.5em;
			font-weight: normal;
			color: #242424;
			background: url(img/head_v8.gif) top left no-repeat;
			margin-top: -2px;
			padding: 16px 20px 0 20px;
			font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
			}

			.page h2
			{
			position: relative;
			font-size: 2.5em;
			font-weight: normal;
			color: #242424;
			background: url(img/head_v8.gif) top left no-repeat;
			margin-top: -2px;
			padding: 16px 20px 0 20px;
			font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
			}


			.post h2:hover
			{
			color: #FF5F00;
			}

			.post h2 a
			{
			color: #242424;
			text-decoration: none;
			}
			
			.post a
			{
			color: #008EEF;
			text-decoration: underline;
			}
			
			.post a:hover
			{
			color: #FF5F00;
			}

			.pagetitle
			{
			position: relative;
			padding: 10px 0 0 7px;
			font-size: 1.8em;
			color: #000;
			margin-bottom: 20px;
			}


			.post
			{
			position: relative;
			padding-top: 1px;
			width: 800px;
			min-height: 270px;
  			height:auto !important;
  			height: 270px;
			padding-bottom: 35px;
			background: url(img/intermediate_v8.gif);
			margin-bottom: 20px;
			}

			.page
			{
			position: relative;
			padding-top: 1px;
			width: 800px;
			min-height: 270px;
  			height:auto !important;
  			height: 270px;
			padding-bottom: 35px;
			background: url(img/intermediate_v8.gif);
			margin-bottom: 20px;
			}
	
			.postfade
			{
			position: absolute;
			bottom: 0px;
			left: 0px;
			height: 266px;
			width: 800px;
			background: url(img/bottom_v8.gif) bottom left no-repeat;
			}

			.postinfo
			{
			position: relative;
			float: left;
			padding: 5px 20px 0px 20px;
			font-size: 1.1em;
			color: #000000;
			}

			a.pinfo
			{
			position: relative;
			float: left;
			margin-right: 15px;
			margin-left: 2px;
			padding: 3px 7px 3px 7px;
			color: #fff;
			background: #FF5F00;
			font-size: .9em;
			text-decoration: none;
			border: 1px solid #fff;
			}
			
			a.pinfo:hover
			{
			background: #fff;
			border: 1px solid #FF5F00;
			color: #FF5F00;
			}

			.social_button
			{
			position: relative;
			float: right;
			margin-top: 5px;
			margin-right: 10px;
			font-size: 1px;
			}

			div .fb_reset {
			display: inline;
			}

			.page h2
			{
			position: relative;
			font-size: 2.5em;
			font-weight: normal;
			color: #242424;
			background: url(img/head_v8.gif) top left no-repeat;
			margin-top: -2px;
			padding: 16px 20px 0 20px;
			font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
			}



		#twitter
		{
		position: relative;
		padding: 14px 0 0 60px;
		height: 33px;
		background: url(img/twitter.gif) top left no-repeat;
		color: #979797;	
		font-size: .95em;
		text-align: left;
		}
		
		#twitter a
		{
		display: none;
		}
		
		#headline
		{
		position: relative;
		height: 100px;
		border: 2px solid #FF5F00;
		padding: 10px 0 0 0px;
        vertical-align:middle;
		margin-bottom: 10px;
		text-align: left;
		font-family: 'Impact', Tahoma, Arial, Helvetica, sans-serif;
		}
			#title
			{
			position: relative;
			font-size: 4em;
			font-style: italic;
			padding-top: 1px;
			color: #000;
			letter-spacing: -.005em;
			padding-bottom: 0px;
			}
			
			#title a
			{
			color: #000;
			}
			
			#intro
			{
			position: relative;
			font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
			padding-left: 2px;
			display: block;
			font-size: 1.5em;
			color: #979797;
			margin-top: -6px;
			}

			.postfoot
			{
			position: relative;
			margin: 0px 20px -15px 20px;
			height: 29px;
			padding: 5px 5px 5px 10px;
			border: 1px solid #FF5F00;
			background: url(img/PostFooterBackground.gif);
			font-size: 1.2em;
			}
			
			.moreincat
			{
			position: relative;
			float: left;
			color: #000;
			padding: 5px 15px 6px 36px;
			background: url(img/Folder_1.gif) top left no-repeat;
			}
			
			.moreincat a
			{
			position: relative;
			color: #000;
			}


		#nav
		{
		position: relative;
		padding-left: 10px;
		height: 55px;
		text-align: left;
		}
		
			#nav li
			{
			position: relative;
			float: left;
			width: 132px;
			padding-top: 9px;
			}
			
			#nav li a
			{
			position: relative;
			padding-left: 5px;
			font-size: 1.6em;
			color: #000;
			display: block;
			}
			
			#nav li a:hover
			{
			color: #7A949F;
			}
			
			#nav li a span
			{
			position: relative;
			display: block;
			color: #979797;
			font-size: .55em;
			margin-top: -4px;
			}
			
			#nav li a:hover span
			{
			text-decoration: underline;
			}
			

	
/* ====================================================================== */	
	#colTwo
	{
	position: absolute;
	width: 250px;
	top: 5px;
    left:815px;
	}

						
		#bitnav
		{
		position: relative;
		padding: 60px 0 15px 9px;
		height: 31px;
		text-align: left;
		}
		
			#bitnav li
			{
			position: relative;
			float: left;
			height: 31px;
			width: 162px;
			overflow: hidden;
			}
			
			#bitnav li a
			{
			position: relative;
			padding: 0 0 0 36px;
			height: 31px;
			font-size: 1.5em;
			color: #fff;
			display: block;
			margin-top: -2px;
			}
			
			#bitnav li a span
			{
			position: relative;
			display: block;
			color: #7A949F;
			font-size: .6em;
			margin-top: -4px;
			}
			
			#bitnav a:hover
			{
			text-decoration: none;
			color: #7A949F
			}
			
			#bitnav a:hover span
			{
			text-decoration: underline;
			}
			
			.mail
			{
			position: relative;
			background: url(img/mail.gif) bottom left no-repeat;
			}
			
			.register
			{
			position: relative;
			background: url(img/info.gif) bottom left no-repeat;
			}
				
				
			
		
		#thesidebar
		{
		position: relative;
		width: 250px;
		padding-left: 20px;
		font-size: 1.1em;
		text-align: left;
		}
		
		#thesidebar a:hover
		{
		text-decoration: underline;
		}
		
		
		.recentposts
		{
		position: relative;
		padding: 20px 5px 45px 5px;
		text-align: left;
		font-size: 1em;
		}				
		
			.recentposts h3
			{
			position: relative;
			font-size: 1.45em;
			font-weight: bold;
			color: #000;
			}
			
			.recentposts h4
			{
			position: relative;
			font-size: 1.05em;
			padding-left: 18px;
			color: #fff;
			background: url(img/paper.gif) left center no-repeat;
			}
			
			.recentposts li
			{
			position: relative;
			padding: 12px 0 12px 0;
			border-bottom: 1px solid #00354E;
			}
			
			.recentposts li span
			{
			position: relative;
			display: block;
			font-size: .85em;
			color: #121212;
			padding-top: 2px;
			}
			
			.recentposts a
			{
			color: #fff;
			}
		
		
		.widgettitle
		{
		position: relative;
		padding: 10px 0 0 15px;
		font-size: 1.3em;
		color: #000;
		font-weight: bold;
		height: 36px;
		background: url(img/widget_top_v5.gif) top left no-repeat;
		}
		
		.sidebarbox
		{
		position: relative;
		margin-bottom: 10px;
		color: #002D3F;
		font-size: 1.05em;
		min-height: 187px;
		padding: 0px 20px 20px 20px;	
		background: url(img/widget_bottom_v4.gif) bottom left no-repeat;
		text-align: center;
		}
			.sidebarbox ul, .sidebarbox div
			{
			text-align: left;
			}
		
			.sidebarbox li
			{
			position: relative;
			padding: 0px 7px 1px 7px;
			margin-bottom: 2px;
			color: #fff;
			background: #fff;
			font-size: 1em;
			text-decoration: none;
			border: 1px solid #fff;

			background-position: 0px 9px;
			border-bottom: 1px solid #FF5F00;
			}	
			
			.sidebarbox li:hover
			{
			background: #FF5F00;
			color: #fff;	
			background-position: 0px 9px;
			}
			
			.sidebarbox li a
			{
			display: block;
			margin-top: 1px;
			color: #000;
			font-size: 0.95em;
			text-decoration: none;
			}
			
			.sidebarbox li span
			{
			position: relative;
			margin-left: -16px;
			display: block;
			font-size: .8em;
			}
			
			.sidebarbox li span a
			{
			position: relative;
			display: inline;
			color: #002D3F;
			font-weight: normal;
			text-decoration: underline;
			}
				
/* ====================================================================== */				
	#colThree
	{
	position: absolute;
	width: 220px;
	top: 5px;
   left:1075px;
   text-align:center;
	}
				
				
	#foot
	{
	position: absolute;
	margin: auto;
	Top: 800px;
	width: 800px;
	height: 84px;
	background: url(img/footbg.gif) top left no-repeat;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	}			
	
		#footvert
		{
		position: absolute;
		top: 15px;
		right: 14px;
		width: 468px;
		height: 60px;
		border: 1px solid #fff;
		color: #004460;	
		}
			#footvert span
			{
			position: relative;
			display: block;
			text-align: center;
			font-size: 1.5em;
			padding-top: 15px;
			}
		
		#footvert img
		{
		display: block;
		}
		
		#foottitle
		{
		position: absolute;
		top: 9px;
		left: 14px;
		font-size: 2.1em;
		color: #fff;
		font-weight: bold;
		}
		
		#footdesc
		{
		position: absolute;
		top: 36px;
		left: 14px;
		font-size: 1.2em;
		font-weight: bold;
		color: #7996A2;
		}
		
		#copylink
		{
		position: absolute;
		top: 61px;
		left: 14px;
		font-size: 1em;
		color: #7996A2;
		}
		
			#copylink a
			{
			color: #7996A2;
			}


/* ====================================================================== */
/* Asphalte stuff */

  .styleButtons 
  {	
    text-align: left;
  }

  #copyright
  {
    height:30px;
  }
  #bottomAdds
  {
	margin-bottom: 20px;    
  }
  #footer
  {
  	text-align: center;
	position: relative;
	margin-top: 10px;
  }
  .styleCopyrightText 
  {
    font-family: "Trebuchet MS";
    font-size: 1em;
    color:#000;
  }
  .styleCounter 
  {
	  margin-left: 335px;
	  margin-bottom: 5px;
	  text-align: left;
  }
  .styleGoogleAd
  {
	height: 212px;
	padding: 13px 0px 0px 0px;
   border: 2px solid #FF5F00;
	margin-bottom: 10px;
  }
  .styleColTwo
  {
    font-family: "Trebuchet MS";
    font-size: 1em;
    color:#000;
  }
  .styleColTwo h3
  {
    font-family: "Trebuchet MS";
    font-size: 1.3em;
    font-weight: bold;
    color:#000;
  }
  .styleAsphalteSearch1
   {
/*   font-family: "Trebuchet MS";
   font-size: 1em;
   color:#000;*/
   text-align: Left;
	height: 89px;
   border: 2px solid #FF5F00;
	padding: 9px 5px 2px 5px;
	margin-bottom: 11px;
  }
  .styleAsphalteSearch2
    {
    font-family: "Trebuchet MS";
    font-size: 1em;
    text-align: Left;
    color:#000;
	height: 100px;
    border: 2px solid #FF5F00;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
  }

 .styleAsphalteSearch2 h4
    {
    font-family: "Trebuchet MS";
    font-size: 1em;
    font-weight: bold;
  }

  .styleAsphalteBingSearch
    {
	font-family: "Trebuchet MS";
	font-size: .82em;
	text-align: Left;
	color:#000;
	border: 2px solid #FF5F00;
	padding: 0px 3px 2px 3px;
  }
  .styleAsphalteArchive
    {
    font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight: bold;
    text-align: center;
    color:#000;
    border: 2px solid #FF5F00;
    padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
  }
  .styleAsphaltePartners 
  {
    font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight: bold;
    text-align: center;
    color:#000;
    padding: 5px 5px 5px 0px;
    border: 2px solid #FF5F00;
  }
  .styleSocialMediaLinks
  {
	position: relative;
	height: 130px;
    padding: 10px 0px 0px 6px;
    border: 2px solid #FF5F00;
	margin-bottom: 10px;
  }
  .styleLanguageSwitcher
  {
	position: relative;
	height: 34px;
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight: bold;
    padding: 10px 0px 0px 6px;
    border: 2px solid #FF5F00;
	margin-bottom: 10px;
  }
  .stylecell1
  {
   border: 1px solid #000;
	font-family: "Trebuchet MS";
	font-size: 1em;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align:middle;
	table-layout: fixed;
	line-height: 1.39em;
	padding-top: 0px;
	padding-bottom: 0px;
  }


/* ====================================================================== */
/* Template stuff */

.entry-content
{
position: relative;
clear: both;
padding: 5px 20px 5px 20px;
font-size: 1.15em;
color: #212121;
}

.entry-content a
{
color: #008EEF;
text-decoration: underline;
}

.entry-content a:hover
{
color: #FF5F00;
}

.entry-content p
{
position: relative;
line-height: 1.5em;
padding: .75em 0 .75em 0;
}

.Post_Page_Link
{
font-size: 1.3em;
font-weight: bold;
text-align: center;
}


.postmetadata {}

#sidebar {}

.navigation
{
	height: 40px;
}

.next-posts
{
font-size: 1.5em;
color: #000;
position: relative;
float: left;
margin-right: 10px;
border: 4px solid #E5E5E5;
}

.prev-posts
{
font-size: 1.5em;
color: #000;
position: relative;
float: right;
margin-left: 10px;
border: 4px solid #E5E5E5;
}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
